Skip to content

MS SQL Server support #3080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
May 6, 2024
Merged

MS SQL Server support #3080

merged 14 commits into from
May 6, 2024

Conversation

reinkrul
Copy link
Member

@reinkrul reinkrul commented May 1, 2024

TODO:

  • Revert ID length changes (200 -> 36). They are incorrect: 36 is a GUID, when larger they come from an external source (so 36 is too small). Need to come up with alternative fix.
  • Documentation
  • Missing test coverage

Test coverage is somewhat lacking, but DB-specific functionality is tested in the e2e test.

woutslakhorst and others added 9 commits April 19, 2024 13:31
…to missing batch functionality (see golang-migrate/migrate#756 & golang-migrate/migrate#666).

Also added 2 missing drop index statements in the golang-migrate down scripts.
…x the "is not the same length or scale as referencing column" error. Also changed to docker imague due to a missing `sqlcmd` binary in the ARM image. Important: Make sure the varchar(36) is okay, and otherwise change referencing fields to use varchar(200) as well.
@reinkrul reinkrul marked this pull request as ready for review May 1, 2024 14:59
@woutslakhorst
Copy link
Member

All is green, anything specific to look at?

Copy link
Member

@woutslakhorst woutslakhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too bad about the text type difference between DBs

@reinkrul reinkrul merged commit 091850f into master May 6, 2024
@reinkrul reinkrul deleted the feature/goose branch May 6, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants